getProfile

suspend fun getProfile(address: JsonAddress, async: Boolean = false): Profile

Gets all information available about a user

Parameters

address

The address of the user to get the profile of.

async

If true, return results from local store immediately, refreshing from server in the background if needed. If false (default), block until profile can be retrieved from server

Throws